home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
apps
/
other
/
am.zoo
/
patchlevel.h
< prev
next >
Wrap
Text File
|
1992-10-21
|
666b
|
19 lines
/************************************************************************/
/* */
/* am - Amortization Schedule Generator */
/* */
/* (c) Copyright 1987, 1992 Brett K. Carver */
/* */
/* Version 1.0 2/4/87 Initial revision */
/* 1.5 10/5/88 Add special case (-d, -e) code */
/* 2.0 8/4/92 Improvements and clean-up (for c.s.r) */
/* 2.1 9/3/92 Split -e and -u arguments. */
/* 2.5 10/9/92 Clean-up for 2nd try to c.s.r */
/* */
/************************************************************************/
#define version 2.5
#define patch 0
char ident[] = "@(#) Amortization schedule generator: version 2.5, patch 0.";